home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / cm100exe.zip / CM100EXE.EXE / SAMPLES / IF / HELLO.H < prev    next >
Text File  |  1991-11-16  |  73b  |  4 lines

  1. /* hello.h - Include file for hello.c */
  2.  
  3. void print_hello ( void ) ;
  4.